When/how to use Node with PHP or Ruby [closed]
Posted
by
mbuurman
on Programmers
See other posts from Programmers
or by mbuurman
Published on 2012-11-22T11:27:06Z
Indexed on
2012/11/22
17:11 UTC
Read the original article
Hit count: 210
For fun, I am creating a sort of microblogging webapp where people can comment on certain things.
The basic "What is your opinion on this?" should be easy doable with just PHP (input the data in the database).
Along with that I want to create a statistics page, also easy doable with PHP. But what if I want to update that page in realtime? How would I integrate Node on that page? Or shouldn't I use Node for that?
When would you use Node?
© Programmers or respective owner